projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b5bb3e
)
Doc fix in Commentary section.
author
Stephen Eglen
<stephen@gnu.org>
Mon, 23 Feb 1998 17:51:06 +0000
(17:51 +0000)
committer
Stephen Eglen
<stephen@gnu.org>
Mon, 23 Feb 1998 17:51:06 +0000
(17:51 +0000)
lisp/textmodes/spell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/spell.el
b/lisp/textmodes/spell.el
index 780eeb883d88c46a20f2e9c7dd9b77e67c0b7cf5..bd58262963bbb083b9be7eefc16a65346d44dcad 100644
(file)
--- a/
lisp/textmodes/spell.el
+++ b/
lisp/textmodes/spell.el
@@
-26,8
+26,9
@@
;; This mode provides an Emacs interface to the UNIX spell(1) program.
;; Entry points are `spell-buffer', `spell-word', `spell-region' and
-;; `spell-string'. These facilities are documented in the Emacs user's
-;; manual.
+;; `spell-string'.
+
+;; See also ispell.el for an interface to the ispell program.
;;; Code: